home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / Word-Safari.swf / scripts / DefineButton2_191 / BUTTONCONDACTION on(release).as
Text File  |  2008-02-25  |  102b  |  8 lines

  1. on(release){
  2.    _root.difficulty = "hard";
  3.    tellTarget(_root)
  4.    {
  5.       nextFrame();
  6.    }
  7. }
  8.